home *** CD-ROM | disk | FTP | other *** search
/ HamCall (October 1991) / HamCall (Whitehall Publishing)(1991).bin / prgming / ada / cli.pro < prev    next >
Text File  |  1987-10-16  |  4KB  |  82 lines

  1. ,print 106
  2. type 86 86 86 86
  3. ,end
  4. -------- SIMTEL20 Ada Software Repository Prologue ------------
  5. --                                                           -*
  6. -- Unit name    : Command Language Interpreter (CLI)
  7. -- Version      : 1.0
  8. -- Contact      : Lt. Colonel Falgiano
  9. --              : ESD/SCW
  10. --              : Hanscom AFB, MA  01731
  11. -- Author       : WIS JPMO
  12. --              : Washington, D.C.  20330
  13. --              : 
  14. -- DDN Address  :
  15. -- Copyright    : (c) 1985
  16. -- Date created : 1985
  17. -- Release date : 1985
  18. -- Last update  : 1985
  19. --                                                           -*
  20. ---------------------------------------------------------------
  21. --                                                           -*
  22. -- Keywords     : 
  23. ----------------:
  24. --
  25. -- Abstract     : The Command Language Interpreter (CLI)
  26. ----------------: implements the tools found in chapters
  27. ----------------: one and two of "Software Tools in 
  28. ----------------: Pascal" by Brian W. Kernighan and P.J.
  29. ----------------: Plauger.  The commands available for 
  30. ----------------: execution are: copy, charcount, linecount,
  31. ----------------: wordcount, detab, entab, overstrike,
  32. ----------------: compress, expand, translit and quit.
  33. ----------------: Most of the commands read subsequent 
  34. ----------------: text from the terminal modifying it in
  35. ----------------: one way or another.
  36. ----------------:
  37. ----------------: This tool was developed as a precursor for 
  38. ----------------: the WMCCS Information System (WIS).  An
  39. ----------------: executable version of the tool has been 
  40. ----------------: demonstrated.  This source code has sub-
  41. ----------------: sequently been recompiled but has not under-
  42. ----------------: gone extensive testing.
  43. ----------------:
  44. --                                                           -*
  45. ------------------ Revision history ---------------------------
  46. --                                                           -*
  47. -- DATE         VERSION AUTHOR                  HISTORY 
  48. -- 1985         1.0     WIS JPMO                Initial Release
  49. --                                                           -*
  50. ------------------ Distribution and Copyright -----------------
  51. --                                                           -*
  52. -- This prologue must be included in all copies of this software.
  53. -- 
  54. -- This software is copyright by the author.
  55. -- 
  56. -- This software is released to the Ada community.
  57. -- This software is released to the Public Domain (note:
  58. --   software released to the Public Domain is not subject
  59. --   to copyright protection).
  60. -- Restrictions on use or distribution:  NONE
  61. --                                                           -*
  62. ----------------- Disclaimer ----------------------------------
  63. --                                                           -*
  64. -- This software and its documentation are provided "AS IS" and
  65. -- without any expressed or implied warranties whatsoever.
  66. --
  67. -- No warranties as to performance, merchantability, or fitness
  68. -- for a particular purpose exist.
  69. --
  70. -- Because of the diversity of conditions and hardware under
  71. -- which this software may be used, no warranty of fitness for
  72. -- a particular purpose is offered.  The user is advised to 
  73. -- test the software thoroughly before relying on it.  The user
  74. -- must assume the entire risk and liability of using this 
  75. -- software.
  76. --
  77. -- In no event shall any person or organization of people be
  78. -- held responsible for any direct, indirect, consequential
  79. -- or inconsequential damages or lost profits.
  80. --                                                          -*
  81. ----------------- END-PROLOGUE -------------------------------
  82.